home *** CD-ROM | disk | FTP | other *** search
-
-
- Diversified Technology Solutions
- ITs for CLARION (ITs Series)
- Demonstration Software Installation
-
- The installation procedure for the ITs for CLARION series is
- quite simple and straight-forward. Using the Clarion SDK this
- installation is initiated by typing
-
- A:INSTALL <ENTER>
-
- where A: is the diskette drive from which the
- software is installed, and
- <ENTER> denotes pressing the ENTER key.
-
- MEMORY REQUIREMENTS
- ───────────────────
-
- Each of the ITs in the ITs for Clarion series run in protected
- mode. These memory requirements are similar to those required
- for Clarion Database Developer 3.0. Therefore, if you are
- developing applications using CDD3, you should have no problem
- using ITs for Clarion utilities.
-
- For those of you who experience problem with your current
- configuration, we have appended the MEMORY.DOC file as supplied
- by Clarion Software with batch release 3006 to the end of this
- document.
-
- DEMO INSTRUCTIONS
- ─────────────────
-
- Once the installation is complete, start the DEMO from the
- \IT\DEMO directory by initiating the appropriate executable.
-
- Executable Product
- ────────── ───────
- ALIGNS.EXE IT Aligns
- ANALYZES.EXE IT Analyzes
- COMPARES.EXE IT Compares
- TRACES.EXE IT Traces
-
- INSTALLATION GROUPS AND FILES
- ─────────────────────────────
-
- The installation process defaults to a FULL installation. Should you
- desire to perform a partial install or re-install, we have provided
- the means for optionally installing portions of the package. The
- portions are as follows:
-
- Program Files
- INI Files
- Configuration Files
- CDD 3006 Files ════════════════════════════
- Help Files
-
- Program Files contains all of the executables, dynamic link
- libraries, and graphic files necessary to run the software.
-
- INI Files contains the INI file(s) necessary for running the
- software. The HELP and hard-copy documentation provide a
- description of the INI file parameters necessary for running
- this program.
-
- Configuration Files includes all system configuration files
- supporting the methodology of process for the software. At
- DTS we have established a coding style that is parameter
- driven. The CTL files contain the parameters used to control
- the method of operation of this software.
-
- CDD 3006 Files contains the supporting dynamic link libraries
- for the operation of this package. Written totally in Clarion
- Database Developer 3.0, these libraries are required. The
- latest batch available with this shipment is 3006. Should you
- desire to maintain a current batch release, the DTS ***BBS***
- maintains a file library containing the latest EXEs and DLLs
- as new batches are released.
-
- Help Files includes the files supportive of the help system for
- this product offering.
-
-
- INSTALLATION LOCATION
- ─────────────────────
-
- After the level of installation is determined, the \IT directory
- is created on the selected drive (C:). Each of the commonly used
- files are installed into the \IT directory. A subdirectory is
- created for installation of the DEMO.
-
- \IT\DEMO for IT Aligns
- \IT\DEMO for IT Analyzes
- \IT\DEMO for IT Compares
- \IT\DEMO for IT Traces
-
- The \IT directory should be added to the PATH in the \AUTOEXEC.BAT
- file.
-
- Configuration and Help files are stored in the \IT directory.
- Notice that \IT MUST be in the PATH.
-
- Executable, Initialization, and DLLs are stored in the \DEMO
- directory.
-
- RUNNING THE PROGRAM
- ───────────────────
-
- Provided the installation is valid, run the DEMO from the default
- directory and using the file name described below:
-
- DIRECTORY FILE NAME
- ──────────────────────────────────────────────────────
- C:\IT\DEMO> ALIGNS
- C:\IT\DEMO> ANALYZES
- C:\IT\DEMO> COMPARES
- C:\IT\DEMO> TRACES
-
- MEMORY.DOC by Clarion Software
- ══════════════════════════════
-
- Memory Manager Examples
-
- DOS 6 / EMM386
- ──────────────
- AUTOEXEC.BAT
-
- @ECHO OFF
- PROMPT $p$g
- PATH C:\DOS;c:\clarion3;c:\cmd;c:\norton
- loadhigh doskey
- SET TEMP=C:\DOS
-
- CONFIG.SYS
-
- DEVICE=C:\DOS\HIMEM.SYS
- DEVICE=C:\DOS\EMM386.EXE RAM HIGHSCAN X=D000-D1FF
- BUFFERS=15,0
- FILES=60
- DOS=UMB
- LASTDRIVE=E
- FCBS=4,0
- DEVICE = C:\HYP\HYPERDKX.EXE C:1024 CW:1024 H V
- DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.EXE
- DOS=HIGH
- SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p
-
- *Alternate EMM386 CONFIG.SYS settings under DOS 6
- DEVICE=C:\DOS\EMM386.EXE noems X=D000-D1FF
-
-
-
- DOS 5 / EMM386
- ──────────────
- AUTOEXEC.BAT
-
- PROMPT $p$g
- PATH C:\;C:\CLARION3;C:\DOS
- EMM386 AUTO <<-- AUTO switch enables protected mode access
- LH BTRIEVE /M:48 /P:4096 /T:\CLARION3\CLARION.TRN
- LH MOUSE
- LH DOSKEY
-
- CONFIG.SYS
-
- DEVICE=C:\DOS\HIMEM.SYS
- DEVICE=C:\DOS\EMM386.EXE NOEMS I=E000-EFFF
- DOS=HIGH,UMB
- SHELL=C:\DOS\COMMAND.COM C:\DOS\ /P /E:186
- FILES=50
- BUFFERS=5
- STACKS=0,0
- BREAK=ON
-
- NOTE: Address location E000-EFFF is machine dependent. This
- memory location may increase your conventional memory
- by +30K.
-
-
- 386/MAX
- ───────
- AUTOEXEC.BAT
-
- PROMPT = $P$G
- PATH C:\;C:\CLARION3;C:\DOS
- C:\386MAX\386load size=6400 flexframe prog=DOSKEY
- C:\386MAX\386load size=10736 prgreg=2 flexframe prog=MOUSE /2
-
- CONFIG.SYS
-
- DOS=HIGH
- FILES=50
- *** Several CONFIG.SYS variations:
- DEVICE=C:\386max\386max.sys pro=c:\386max\386max.pro
- DEVICE=C:\386max\386max.sys pro=c:\386max\386max.pro NODPMI
- DEVICE=C:\386MAX\386load.sys size=12576 flexframe prog=C:\HYPERKEY.EXE
- DEVICE=C:\386MAX\386load.sys size=45360 flexframe prog=C:\HYPERDKX.EXE C:1024 H
- DEVICE=C:\386MAX\386load.sys size=9040 flexframe prog=C:\DOS\ANSI.SYS
- SHELL=C:\DOS\COMMAND.COM C:\DOS\ /E:186 /p
- STACKS=0,0
-
-
- QEMM386
- ───────
- AUTOEXEC.BAT
-
- PROMPT $P$G
- PATH C:\;C:\CLARION3;C:\DOS;C:\QEMM
- C:\QEMM\LOADHI /R:3 /RES=4336 /SQT=D000-D0FF \DOS\DOSKEY
- C:\QEMM\LOADHI /R:2 LSL
- C:\QEMM\LOADHI /R:4 TRXNET
- C:\QEMM\LOADHI /R:2 /RES=16096 /SQT=C600-C7FF IPXODI
- C:\QEMM\LOADHI /R:4 NETX
-
- CONFIG.SYS
-
- DEVICE=C:\QEMM\QEMM386.SYS R:5 X=B000-B0FF X=C600-C7FF DBF=2 ST:M RAM
- DOS=HIGH
- DEVICE=C:\QEMM\LOADHI.SYS /R:2 C:\DOS\ANSI.SYS
- DEVICE=C:\QEMM\LOADHI.SYS /R:1 C:\MOUSE.SYS
- SHELL=C:\DOS\COMMAND.COM /E:500 /P
- BUFFERS=20
- FILES=70
-
-